AXValue

data class AXValue(type: AXValueType, value: JsonElement?, relatedNodes: List<AXRelatedNode>?, sources: List<AXValueSource>?)

A single computed AX property.

Constructors

AXValue
Link copied to clipboard
fun AXValue(type: AXValueType, value: JsonElement? = null, relatedNodes: List<AXRelatedNode>? = null, sources: List<AXValueSource>? = null)

Properties

relatedNodes
Link copied to clipboard
val relatedNodes: List<AXRelatedNode>? = null
One or more related nodes, if applicable.
sources
Link copied to clipboard
val sources: List<AXValueSource>? = null
The sources which contributed to the computation of this property.
type
Link copied to clipboard
val type: AXValueType
The type of this value.
value
Link copied to clipboard
val value: JsonElement? = null
The computed value of this property.

Sources

jvm source
Link copied to clipboard